IControlStatus 介面

代表一個運動曲線。

繼承體系

System.Object
  System.ComponentModel.INotifyPropertyChanged
    IntervalZero.KINGSTAR.Base.Class.IControlStatus

命名空間IntervalZero.KINGSTAR.Base.Class

組合: IntervalZero.KINGSTAR.Base.Class (於 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0

語法

C#VB
public interface IControlStatus : INotifyPropertyChanged
Public Interface IControlStatus Inherits INotifyPropertyChanged

 

IControlStatus 介面陳列了以下成員。

屬性

 名稱說明
ActualCurrent實際電流的變數 (#x6078)。
ActualPosition使用主編碼器的軸其目前位置。
ActualTorque軸的實際扭矩。
ActualVelocity軸的實際速度。
FollowingError軸的跟隨誤差。
SecondPosition使用第二編碼器的軸其目前位置。
SetPosition設定軸的目標位置。
SetTorque設定軸的目標扭矩。
SetVelocity設定軸的目標速度。

參見

IntervalZero.KINGSTAR.Base.Class 命名空間